projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da1f618
)
docs: Do not generate the template files anymore
author
Javier Jardón
<jjardon@gnome.org>
Tue, 19 Apr 2011 11:50:20 +0000
(12:50 +0100)
committer
Javier Jardón
<jjardon@gnome.org>
Wed, 20 Apr 2011 11:21:57 +0000
(12:21 +0100)
All the documentation is now in inline comments
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index c6b8672ec282e2401ad0a5737ce8a9c61bf10db0..3f73ffda7b2e6f5e53f2a108119cf51f5c3a99ab 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-1532,7
+1532,7
@@
AM_CONDITIONAL(ENABLE_PACKAGEKIT, test "x$build_packagekit" = "xyes")
# Checks for gtk-doc and docbook-tools
##################################################
-GTK_DOC_CHECK([1.11])
+GTK_DOC_CHECK([1.11]
,[--flavour no-tmpl]
)
AC_CHECK_PROG(DB2HTML, db2html, true, false)
AM_CONDITIONAL(HAVE_DOCBOOK, $DB2HTML)